DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBuilderBase<TCommandBuilderImpl> Class / ApplyParameterInfo Method

In This Topic
    ApplyParameterInfo Method (C1CommandBuilderBase<TCommandBuilderImpl>)
    In This Topic
    Handle additional parameter properties.
    Syntax
    'Declaration
     
    Protected Overridable Sub ApplyParameterInfo( _
       ByVal parameter As DbParameter, _
       ByVal row As DataRow, _
       ByVal statementType As StatementType, _
       ByVal whereClause As Boolean _
    ) 
    protected virtual void ApplyParameterInfo( 
       DbParameter parameter,
       DataRow row,
       StatementType statementType,
       bool whereClause
    )

    Parameters

    parameter
    row
    statementType
    whereClause
    See Also